AnnFillMode property (ILEADRasterAnnotation)
short AnnFillMode | |
Overview |
Refer to Implementing Annotations |
Remarks
(Read Only) (Document/Medical only) Gets the object's fill mode constant. Possible values are:
Value |
Meaning |
ANN_FILLMODE_TRANSPARENT |
[0] Transparent |
ANN_FILLMODE _TRANSLUCENT |
[1] Translucent |
ANN_FILLMODE_OPAQUE |
[2] Opaque |
ANN_FILL MODE_ALPHA |
[3] Alpha |
This property will be updated by the AnnGetFillModeExt method.
See Also